home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _6FE6033964814861B1D149597C679D10 < prev    next >
Encoding:
Text File  |  2004-04-27  |  721 b   |  35 lines

  1.  
  2. Shader()
  3. {
  4.     Nolightmaps()
  5.  
  6.     Pass()
  7.     {
  8.         ColorFunc(0)
  9.         DepthFunc("lequal", 1)
  10.     }
  11.    
  12.     Pass()
  13.     {
  14.         tmu()
  15.         {
  16.             Texture()
  17.             {
  18.                 Image(TEXTURE1)
  19. //                !include(TEX1OPTIONSFILE)             
  20.             }
  21.             ColorOp("mul", "texture", "tfactor", "current")
  22.             AlphaOp("arg1", "tfactor", "current", "current")            
  23.         }
  24.         TFactor(1, 1, 1, 0.6)
  25.         colorgen("tfactor", "none", 0,0,0, "user", 0,0,0) // A - transparency
  26.         BlendFunc("src_alpha", "inv_src_alpha")
  27.         ColorFunc(1)
  28.         DepthFunc("equal", 0)
  29.     }
  30.     sortweight( "translucent11" )
  31.     Cull(CULLING)
  32. }
  33.  
  34.  
  35.